home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0151.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  4.0 KB  |  92 lines

  1. I'm starting to compile a list of Windows/Internet resources. I'm looking for
  2. as complete a listing as possible. This is to include the public 
  3. domain/shareware/freeware implementations such as Trumpet and other winsocks. 
  4. The client apps such as Trumptel and Wt_wsk from that domain. Also the 
  5. soup-to-nuts varieties such as Pipeline and Winmail. Also commercial tools and 
  6. apps such as The Wollogong (sic?)  products.
  7.  
  8. For Internet resources, please include FTP sites and managers addresses. For 
  9. non-FTP resources, please include mail addresses for the publishers as well as 
  10. snailmail and voice. 
  11.  
  12. Thanks in advance for your participation. 
  13. From news@bigblue.oit.unc.edu Sat Mar 12 20:18:15 1994
  14. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  15.           id AA08221; Sat, 12 Mar 1994 15:58:28 -0500
  16. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  17.           id AA10164; Sat, 12 Mar 1994 15:35:07 -0500
  18. Received: from GATEWAY by bigblue with netnews
  19.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  20. To: winsock@sunsite.unc.edu
  21. Date: Sat, 12 Mar 1994 20:18:15 GMT
  22. From: kasajian@netcom.com (Kenneth Kasajian)
  23. Message-Id: <kasajianCMKJ2F.LCx@netcom.com>
  24. Organization: NETCOM On-line Communication Services (408 241-9760 guest)
  25. Sender: ses
  26. Subject: Trumpet SLIP to Sun. What to run on Sun?
  27.  
  28.  
  29. I have /dev/ttyb on the sun set up as a login port.  When I dial
  30. into the Sun with Trumpet Winsock, I log on and have a shell session.
  31. I can run ls, etc.    But what do I run on the Sun so that I can get
  32. IP negotiations going with Trumpet so that I can be a node on the network!
  33.  
  34. When I dial into Netcom with the same method, as soon as I log into the
  35. SLIP account on Netcom, and I enter my id and password, netcom says
  36. that slip is beginning..  then I just hit esc on trumpet, and use my winsock
  37. programs from windows.
  38.  
  39. I guess this is more of a Sun question, as trumpet is doing everything okay.
  40.  
  41. Is there such a thing as a "slip server" on the sun?  Is tip involved in
  42. any way?
  43. From news@bigblue.oit.unc.edu Sat Mar 12 09:24:11 1994
  44. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  45.           id AA12380; Sat, 12 Mar 1994 16:28:28 -0500
  46. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  47.           id AA09956; Sat, 12 Mar 1994 16:24:10 -0500
  48. Received: from GATEWAY by bigblue with netnews
  49.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  50. To: winsock@sunsite.unc.edu
  51. Date: 12 Mar 1994 15:24:11 -0600
  52. From: shri@sureal.cs.umass.edu (H.Shrikumar)
  53. Message-Id: <9403122124.AA10985@sureal.cs.umass.edu>
  54. Organization: UTexas Mail-to-News Gateway
  55. Sender: ses
  56. Subject: Shims over winsock ?
  57.  
  58. Hi !
  59.  
  60.   Dont ask me why .. but I do have a very good reason to do this. :-)
  61.  
  62. +-------
  63.   Whats the best way to go about putting a shim over a WINSOCK.DLL ?
  64. +-------
  65.  
  66.   Given any winsock from any vendor, what I want to be able to do
  67. is to trap and log all traffic that goes between all applications and
  68. the winsock dll. I would like this to be transparent to the particular
  69. winsock in use.
  70.  
  71.   No no .. its not what you think :-) .. We are working with some
  72. experiments with caching and spoofing of application level protocols,
  73. and would like to have the setup be portable over all applications and
  74. over all winsocks. The winsock abstraction is a very good place
  75. to do this cleanly.
  76.  
  77.   I am not too much of a windows programmer myself .. I only know
  78. that window messages can be Hook()ed and spoofed. I wonder if the dynamic
  79. binding to a DLL library call is also Hook()able and spoofable.
  80.  
  81.  For the moment, I am planning to hack the WINSOCK.DLL we have -
  82. to patch the strings labelling each entry function to a slightly diff
  83. name, and have my own shim WINSOCK.DLL which will have shim functions
  84. for each real entry function, and punt calls to the renamed version
  85. after doing its little bit. [Kinda dirty, sure !]
  86.  
  87. Thanx for all thoughts !
  88.  
  89. -- shrikumar ( shri@cs.umass.edu, shri@shakti.ncst.ernet.in,
  90.          X.400 G=Shrikumar; S=Hariharasubrahmanian; P=itu; A=arcom; C=CH )
  91.  
  92.